home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00456.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  415 b   |  25 lines

  1. on sel4
  2.   global bore, sel, t1, drums, st
  3.   light()
  4.   set bore to bore + 1
  5.   borecheck()
  6.   set sel to 4
  7.   if drums = 0 then
  8.     set st to 0
  9.     puppetSound(1, 0)
  10.     puppetSound(1, 203)
  11.     set drums to 1
  12.   end if
  13.   if t1 = 2 then
  14.     puppetSound(4, 0)
  15.     puppetSound(3, 0)
  16.     puppetSound(3, 7)
  17.     set t1 to 3
  18.   else
  19.     puppetSound(4, 0)
  20.     puppetSound(3, 0)
  21.     puppetSound(3, 8)
  22.     set t1 to 2
  23.   end if
  24. end
  25.